home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-14 | 960 b | 28 lines | [TEXT/MPS ] |
- ##########################################################################################
- #
- # file: MakeFile
- #
- # contains: make file for building a simple sample Control Strip module
- #
- # author: SC [8/29/93]
- # modified: DTS [06/07/94] rename files, comments to reflect name is
- # Control Strip (as opposed to Status Bar)
- #
- # Copyright © 1993 by Apple Computer, Inc. All rights reserved.
- #
- ##########################################################################################
-
- ControlStripSample ƒƒ ControlStripSample.r ∂
- ControlStripSample.h
- rez -o ControlStripSample -t sdev -c Samp -rd ControlStripSample.r
- SetFile -a B ControlStripSample
-
- Sample.c.o ƒ ControlStripSample.c ∂
- ControlStripSample.h ∂
- ControlStrip.h
- c -b -mbg off ControlStripSample.c
-
- ControlStripSample ƒƒ ControlStripSample.c.o ∂
- ControlStripSample.r
- link -o ControlStripSample -rt sdev=0 -rn ControlStripSample.c.o
-